Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure keywords string does not exceed database field length #3331

Merged

Conversation

dkd-kaehm
Copy link
Collaborator

The keywords field of the statistics database is only 128 characters
long. If a search keyword with more than 128 chars is used, the
database insert fails if statistics are enabled.

Fixes: #3321
Ports: #3322

The keywords field of the statistics database is only 128 characters
long. If a search keyword with more than 128 chars is used, the 
database insert fails if statistics are enabled.

Fixes: TYPO3-Solr#3321
Ports: TYPO3-Solr#3322
@dkd-kaehm dkd-kaehm force-pushed the pull/3321_3322_Statistics_field branch from 8a4ec95 to 1875740 Compare August 26, 2022 07:23
@dkd-kaehm dkd-kaehm merged commit 9f2c817 into TYPO3-Solr:release-11.5.x Aug 26, 2022
@dkd-kaehm dkd-kaehm deleted the pull/3321_3322_Statistics_field branch August 26, 2022 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants